body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}
html button::-moz-focus-inner {
    border-color: transparent !important;
}
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
ul,
li,
dl,
dt,
dd,
ol {
    display: block;
    list-style: none;
}
fieldset,
img {
    border: 0;
}
iframe {
    background-image: none;
}
.clear {
    clear: both;
    height: 0px;
}
.clear-fix:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    text-decoration: none;
    color: #1259b1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.none {
    display: none;
}
.h10px {
    height: 10px;
    width: 100%;
    clear: both;
}
.h15px {
    height: 15px;
    width: 100%;
    clear: both;
}
.h25px {
    height: 25px;
    width: 100%;
    clear: both;
}
.h50px {
    height: 50px;
    width: 100%;
    clear: both;
}
.mt20px {
    margin-top: 20px;
}
.w1280 {
    width: 70%;
    margin: 0 auto;
}

p {
    margin: 0;
    padding: 0;
}
.blod {
    font-weight: bold;
}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    font-family: '微软雅黑';
}
center {
    text-align: center;
    line-height: 60px;
}
em {
    font-style: normal;
}
.tecen {
    text-align: center;
}
.red {
    color: red;
}
/*
内容样式开始

头部信息
*/
#head {
    background: #fff;
}
.head_con {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
.head_con .logo {
    width: 600px;
    height: 70px;
    float: left;
    margin: 10px 0;
    background: url(images/logo.png) left center no-repeat;
}
.head_con .logo .logoa {
    letter-spacing: 8px;
    float: left;
    width: auto;
    line-height: 35px;
    display: block;
    padding-left: 100px;
    font-size: 32px;
    color: #ff3333;
    font-weight: bold;
}
.head_con .logo a:hover {
    text-decoration: none;
}
.head_con .logo .logoa span {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    letter-spacing: 0px;
}
.head_con .logo .wpline {
    float: left;
    width: auto;
    height: 50px;
    line-height: 60px;
    margin-top: 10px;
    border-left: 1px dashed #999;
}
.head_con .logo h3 {
    display: block;
    float: left;
    line-height: 70px;
    font-size: 18px;
    color: #666;
}

.head_con .search {
    float: left;
    width: 300px;
    height: 70px;
    margin: 30px auto 0 auto;
}
.head_con .search .form {
    height: 40px;
}
.head_con .search .form .search-box {
    float: left;
    border: none;
    width: 80%;
    line-height: 40px;
    color: #666;
    border: 1px solid #ccc;
}
.head_con .search .form .search-anniu {
    float: left;
    width: 18%;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    height: 40px !important;
    background: #1259b1;
    border: none;
}

.head_con .head_tel {
    margin-top: 30px;
    width: 300px;
    float: right;
    text-align: right;
}
.head_con .head_tel img {
    width: auto;
    height: auto;
}
/*
 导航
 * */
#navMenu {
    overflow: hidden;
    width: 100%;
    height: 55px;
    background: url(images/navbg.png) center repeat;
    line-height: 55px;
    padding: 0;
}
#navMenu ul {
    height: 55px;
    overflow: hidden;
    margin: 0 auto;
}
#navMenu ul li {
    width: 10%;
    line-height: 55px;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
}
#navMenu ul .index {
    border: 0;
}
#navMenu ul li a {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#navMenu ul li a:hover {
    background: #da251c;
    font-size: 14px;
}

/*-------- 下拉菜单 --------------*/
.dropMenu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 150px;
    visibility: hidden;
    margin-top: -1px;
    background-color: #1259b1;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropMenu li {
    margin-top: 2px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #fff;
}
.dropMenu a {
    width: auto;
    display: block;
    color: #fff;
    padding: 2px 0 2px 1.2em;
    font: 400 14px/35px '微软雅黑';
}

.dropMenu a:hover {
    color: #ccc;
    text-decoration: underline;
}
/*
 banner动画
 * */
#banner {
    height: auto;
    width: 80%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}
.slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul {
    min-width: 50px;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    text-align: center;
    background: #c3c3c3;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #3e020c;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: auto;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}

/*
 产品展示
 * */
#icon1 {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.pbox {
    overflow: hidden;
}
.pbox .pbox-a {
    float: left;
    width: 30%;
    position: relative;
    height: 360px;
}
.pbox .pbox-a .pbox-text {
    left: 28px;
    top: 30px;
    position: absolute;
    width: 257px;
    height: auto;
    color: #666;
}
.pbox .pbox-a .pbox-text h3 {
    font-size: 20px;
}
.pbox .pbox-a .pbox-text span {
    display: block;
    font-size: 16px;
}
.pbox .pbox-a .pbox-text a {
    display: block;
    float: left;
    overflow: hidden;
    color: #1259b1;
    margin-top: 30px;
    width: 148px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1259b1;
    text-align: center;
}
.pbox .pbox-a .pbox-text a:hover {
    overflow: hidden;
    cursor: pointer;
    background-color: #1259b1;
    display: inline-block;
    text-align: center;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    color: #fff;
}
.pbox .pbox-a img {
    display: block;
    width: 100%;
    height: 360px;
    text-align: center;
}

.pbox .pbox-b {
    float: left;
    width: 70%;
    position: relative;
    height: 360px;
}
.pbox .pbox-b img {
    display: block;
    width: 100%;
    height: 180px;
    text-align: center;
}
.pbox .pbox-b .pbox-text {
    left: 28px;
    top: 30px;
    position: absolute;
    width: 257px;
    height: 89px;
    color: #666;
}

.pbox .pbox-b .pbox-bp {
    width: 100%;
    height: 180px;
}
.pbox .pbox-b .pbox-bp .pbox-b1 {
    float: left;
    position: relative;
    width: 30%;
    height: 180px;
}
.pbox .pbox-b .pbox-bp .pbox-b2 {
    float: left;
    position: relative;
    width: 70%;
    height: 180px;
}

.pbox .pbox-b .pbox-bp .pbox-b2 h3 {
    font-size: 20px;
}
.pbox .pbox-b .pbox-bp .pbox-b2 span {
    display: block;
    font-size: 16px;
}
.pbox .pbox-b .pbox-bp .pbox-b2 a {
    display: block;
    float: left;
    overflow: hidden;
    color: #1259b1;
    margin-top: 20px;
    width: 148px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1259b1;
    text-align: center;
}
.pbox .pbox-b .pbox-bp .pbox-b2 a:hover {
    overflow: hidden;
    cursor: pointer;
    background-color: #1259b1;
    display: inline-block;
    text-align: center;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    color: #fff;
}
.cplist {
}

.cplist h2 {
    width: 100%;
    height: auto;
    border-bottom: #d2d2d2 solid 1px;
    margin-bottom: 25px;
}
.cplist h2 a {
    margin: 0 auto;
    font-size: 24px;
    display: block;
    height: 60px;
    line-height: 60px;
    max-width: 260px;
    text-align: center;
    border-bottom: #1259b1 solid 3px;
    overflow: hidden;
}
.cplist h2 a small {
    font-size: 14px;
    padding-left: 30px;
}
.cplist ul {
    width: 100%;
    background: #1259b1;
    min-height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.cplist ul li {
    float: left;
    width: 15%;
    min-height: 35;
    text-align: center;
}
.cplist ul li a {
    padding: 5px 20px;
    font-size: 18px;
    color: #333;
    background-color: #d2d2d2;
}
.cplist ul li a:hover {
    color: #2c90ff;
    background: #fff;
}

.cpdis {
    background: #fff;
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 35px;
}
.cpdis h2 {
    padding: 35px 0;
    text-align: center;
}
.cpdis h2 a {
    font-size: 26px;
    line-height: 48px;
    height: 48px;
}
.cpdis h2 a small {
    font-size: 20px;
    max-width: 120px;
    border-top: #1259b1 solid 3px;
    padding-top: 8px;
}

.cpdis ul li {
    float: left;
    width: 25%;
    overflow: hidden;
}
.cpdis ul li a {
    display: block;
    overflow: hidden;
    height: 325px;
    padding: 15px;
    border: #1259b1 solid 1px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cpdis ul li:nth-child(4n) a {
    margin-right: 0;
}

.cpdis ul li a:hover {
    border: 1px solid #dc6e01;
}
.cpdis ul li a img {
    display: block;
    height: 90%;
    width: auto;
}
.cpdis ul li a span {
    display: block;
    height: 10%;
    width: 100%;
    text-align: center;
    line-height: 32px;
    background: #1259b1;
    color: #fff;
}

#icon3 {
    display: block;
    min-height: 480px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    overflow: hidden;
    margin: 35px auto;
}
#icon3 .bgimg {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    min-height: 480px;
}
#icon3 .abouts {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -32%;
}
#icon3 .abouts h2 {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 220px;
    overflow: hidden;
}
#icon3 .abouts h2 a {
    font-size: 26px;
    line-height: 48px;
    height: 48px;
    color: #1259b1;
}
#icon3 .abouts h2 a small {
    font-size: 20px;
    max-width: 220px;
    border-top: #1259b1 solid 3px;
    padding-top: 8px;
    display: block;
}

#icon3 .abouts .abboxc {
    position: relative;
    left: 0px;
    top: 20px;
}
#icon3 .abimg {
    position: absolute;
    left: 30px;
    top: 0;
    min-width: 120px;
    padding: 15px;
    border: #fff solid 1px;
}
#icon3 .abimg img {
    width: 300px;
    height: auto;
}
#icon3 .abouts .abboxc .abtext {
    position: absolute;
    left: 380px;
    top: 35px;
    min-width: 50%;
    min-height: 260px;
}
#icon3 .abouts .abboxc .abtext h3 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    float: right;
    margin-right: 35px;
    color: #333;
}
#icon3 .abouts .abboxc .abtext p {
    float: left;
    display: block;
    padding: 10px 35px;
    line-height: 30px;
    color: #fff;
    background: #1259b1;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#icon3 .abouts .abboxc .more {
    position: absolute;
    right: 10px;
    top: 0;
    background: #3094e4;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
}
/*
合作企业
 * */
#icon2 {
    margin: 35px auto;
}
#icon2 .i_cPctit {
    height: 50px;
    max-width: 320px;
    text-align: center;
    margin: 35px auto;
    position: relative;
}
#icon2 .i_cPctit a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 3px solid #1259b1;
    margin-bottom: -1px;
}

.picMarquee-left {
    height: auto;
    overflow: hidden;
    position: relative;
}
.picMarquee-left .hd {
    position: absolute;
    width: 100%;
    height: 227px;
    z-index: 9999;
}
.picMarquee-left .hd .prev {
    width: 32px;
    height: 227px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(images/sprite.png) left center no-repeat;
    float: right;
    z-index: 9998;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.picMarquee-left .hd .next {
    width: 32px;
    height: 227px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(images/sprite.png) right center no-repeat;
    float: left;
    z-index: 9998;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.picMarquee-left .hd .prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.picMarquee-left .hd .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.picMarquee-left .bd {
    width: auto;
    margin: 0 auto;
    border: 1px solid #1259b1;
    padding: 35px 0;
}
.picMarquee-left .bd .tempWrap {
    margin: 0 70px;
}
.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picMarquee-left .bd ul li .pic {
    text-align: center;
}
.picMarquee-left .bd ul li .pic img {
    width: 165px;
    height: 129px;
    display: block;
    border: 1px solid #1259b1;
}
.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

#icon3 .youshi {
}
#icon3 .youshi {
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -32%;
}
#icon3 .youshi h2 {
    text-align: center;
    margin: 0 auto;
}
#icon3 .youshi h2 a {
    font-size: 26px;
    line-height: 48px;
    height: 48px;
    color: #1259b1;
    text-transform: uppercase;
}
#icon3 .youshi h2 a small {
    font-size: 20px;
    max-width: 120px;
    border-top: #1259b1 solid 3px;
    padding-top: 8px;
}
#icon3 .youshi .box {
    position: relative;
    margin: 120px auto 0 auto;
}
#icon3 .youshi .box ul {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
}
#icon3 .youshi .box ul li {
    width: 25%;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-top;
}
#icon3 .youshi .box ul li .yyuan {
    text-align: center;
    border-radius: 90px;
    width: 180px;
    height: 180px;
    border: #fff solid 1px;
    color: #fff;
    font-weight: bold;
    background: #1259b1;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#icon3 .youshi .box ul li .yyuan span {
    display: block;
    margin-top: 15%;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
}
#icon3 .youshi .box ul li .yyuan p {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
}

#icon4 {
    min-height: 300px;
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 35px;
    position: relative;
}
#icon4 .tit {
    text-align: center;
}
#icon4 .tit h3 {
    display: block;
    color: #545454;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 2px solid #1259b1;
    display: inline-block;
    margin-bottom: -1px;
}
#icon4 .tit i {
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #ccc;
    float: left;
}

#outer {
    width: 100%;
    margin: 150px auto;
    text-align: center;
}
#outer .tab {
    overflow: hidden;
    zoom: 1;
}
#outer .tab li {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
}
#outer .tab li.current {
    color: #1259b1;
}
#outer .content {
    float: left;
    width: 100%;
}
#outer .content ul {
    width: 100%;
    min-height: 180px;
    margin-top: 10px;
    float: left;
    display: none;
}
#outer .content ul li {
    width: 48%;
    margin: 30px 1% 0 1%;
    float: left;
    text-align: left;
}
#outer .content ul li .tim {
    color: #989898;
    width: 9%;
    height: 60px;
    border: 1px solid #e9e7e7;
    border-radius: 5px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
#outer .content ul li .tim b {
    color: #1259b1;
    font-size: 24px;
    line-height: 30px;
}
#outer .content ul li .tim span {
    width: 100%;
    line-height: 25px;
    font-size: 13px;
    border-top: 1px solid #e9e7e7;
    float: left;
}
#outer .content ul li .text {
    width: 80%;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
}
#outer .content ul li .text:hover {
    color: red;
    text-decoration: none;
}
#outer .content ul li .text2 {
    width: 80%;
    color: #989898;
    font-size: 12px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    float: left;
}

#icon4 .index-news {
    text-align: center;
    margin-top: 5px;
}
#icon4 .index-news .hd {
    margin-top: 5px;
}
#icon4 .index-news .hd li {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
}
#icon4 .index-news .bd {
    float: left;
    width: 100%;
}
#icon4 .index-news .bd ul {
    width: 100%;
    margin-top: 10px;
    float: left;
}
#icon4 .index-news .bd ul li {
    width: 48%;
    margin: 30px 1% 0 1%;
    float: left;
    text-align: left;
}
#icon4 .index-news .bd .tim {
    color: #989898;
    width: 9%;
    height: 60px;
    border: 1px solid #e9e7e7;
    border-radius: 5px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
#icon4 .index-news .bd .tim b {
    color: #1259b1;
    font-size: 24px;
    line-height: 30px;
}
#icon4 .index-news .bd .tim span {
    width: 100%;
    line-height: 25px;
    font-size: 13px;
    border-top: 1px solid #e9e7e7;
    float: left;
}
#icon4 .index-news .bd .text {
    width: 80%;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
}
#icon4 .index-news .bd .text:hover {
    color: red;
    text-decoration: none;
}
#icon4 .index-news .bd .text2 {
    width: 80%;
    color: #989898;
    font-size: 12px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    float: left;
}

#icon5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #787878;
    padding-top: 35px;
}
.i5lf {
    width: 50%;
    float: left;
}
.i5lf h3 {
    width: 320px;
    border-bottom: #d2d2d2 dashed 1px;
}
.i5lf h3 a {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}
.i5lf ul {
    margin-top: 15px;
    padding-left: 80px;
    background: url(images/dingwei.png) no-repeat;
    font-size: 14px;
    color: #eee;
    line-height: 30px;
}
.i5rgt {
    width: 50%;
    float: left;
}
.i5rgt img {
    width: 120px;
}

.i5rgt .rexian {
    background: url(images/telllogo.png) 25px 0px no-repeat;
    float: right;
    min-height: 120px;
    padding-left: 120px;
    margin-top: 5%;
}
.i5rgt .rexian span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}
.i5rgt .rexian font {
    display: block;
    font-size: 24px;
    color: #eee;
    font-weight: bold;
}

/*友情链接*/

.flink {
    width: 100%;
    overflow: hidden;
}
.flink span {
    color: #333;
}
.flink ul {
}
.flink li {
    display: inline;
    line-height: 35px;
    height: 35px;
}
.flink li a {
    color: #333;
}
/*
 底部导航
 * */
#bt_nav {
    height: 39px;
    background-color: #1259b1;
}
.bt_ncon {
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #eee;
}
.bt_ncon a {
    margin: 0 20px;
    color: #eee;
}
/*
 底部信息
 * */
#boot {
    min-height: 80px;
    background-color: #343434;
}

.bt_copy {
    height: 70px;
    padding: 12px 0 0 0;
    text-align: center;
    line-height: 24px;
    color: #eee;
}
.bt_copy a {
    color: #eee;
}

.bt_zc a {
    color: #4990d9;
}

.sideMenu {
    padding: 5px 0;
}
.sideMenu h3 {
    height: 30px;
    padding: 8px 0;
    background: #198ede;
    font: 400 18px/30px '微软雅黑';
    width: 100%;
}
.sideMenu h3 a {
    color: #fff;
    padding-left: 16px;
}
.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(images/icoAdd.png) no-repeat;
    cursor: pointer;
}
.sideMenu h3.on em {
    background: url(images/icoreduce.png) no-repeat;
}
.sideMenu ul {
    display: block; /* 默认都隐藏 */
}
.sideMenu ul li {
    height: 27px;
    border-bottom: #d2d2d2 dashed 1px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.sideMenu ul li a {
    color: #666666;
}
.sideMenu ul li a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #198ede;
}

/*
 内页开始
 * */
.nmain {
    margin-top: 35px;
    background: #eee;
    overflow: hidden;
}
.nmain .n_left {
    float: left;
    width: 30%;
    min-height: 400px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.nmain .n_left .n_ltit {
    height: auto;
    width: 95%;
    line-height: 55px;
    text-indent: 20px;
    color: #fff;
    font-size: 18px;
    background-color: #1259b1;
}
.nmain .n_left .n_ltit a {
    color: #fff;
    font-size: 18px;
}
.nmain .n_left .n_ltit span {
    font-size: 16px;
    padding-left: 20px;
}
.nmain .n_left .n_list {
    margin: 0 auto;
    width: 100%;
    background: #eee;
    overflow: hidden;
    float: left;
}
.nmain .n_left .n_list ul {
    font-size: 0;
    width: 100%;
}
.nmain .n_left .n_list ul li {
    font-size: 0;
    line-height: 40px;
    height: 50px;
    min-width: 47%;
    max-width: 47%;
    margin: 5px 0;
    float: left;
    background: #1259b1;
}
.nmain .n_left .n_list ul li:nth-child(2n) {
    margin-left: 5px;
}
.nmain .n_left .n_list ul li a {
    background: url(images/n5um.jpg) 5% no-repeat;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
}
.nmain .n_left .n_list ul .list2 {
    width: 100%;
    line-height: 25px;
    height: 33px;
    background: #1259b1;
    margin: 3px 0;
}
.nmain .n_left .n_list ul .list2 a {
    background: none;
    padding-left: 10px;
    font-size: 12px;
}
.nmain .n_left .n_list p {
    display: block;
    width: 81%;
    padding: 0 7%;
    font-size: 14px;
    line-height: 30px;
    background: #1259b1;
    color: #fff;
}

.nmain .n_right {
    width: 70%;
    min-height: 706px;
    float: left;
    background: #eee;
    padding-top: 18px;
}

.neiye {
}
.ntop {
    margin: 0 auto;
    width: 70%;
    height: auto;
    overflow: hidden;
}
.ntop img {
    width: 100%;
    height: auto;
}

.place {
    width: 96%;
    height: 65px;
    position: relative;
    overflow: hidden;
    line-height: 65px;
    text-align: right;
    font-size: 12px;
    float: right;
    margin-right: 20px;
    border-bottom: 2px #ccc dotted;
}
.place .ntitle {
    min-width: 350px;
    min-height: 65px;
    line-height: 65px;
    float: left;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #1259b1;
    text-align: left;
}
.place .weizhi {
    position: absolute;
    right: 20px;
    top: 10px;
    line-height: 35px;
}

.n_right .n_ncon {
    float: left;
    width: 100%;
    min-height: 500px;
}
.n_right .n_ncon .bodytext {
    width: auto;
    padding: 20px;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
}
.n_right .n_ncon .bodytext img {
    height: auto !important;
    max-width: 90% !important;
}

.n_right .n_ncon .pro_ul {
    width: 100%;
    min-height: 650px;
}
.n_right .n_ncon .pro_ul li {
    width: 33%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.n_right .n_ncon .pro_ul li .pic {
    width: 90%;
    margin: 0 5%;
}
.n_right .n_ncon .pro_ul li .pic .picAuto {
    width: 100%;
    height: 160px;
}
.n_right .n_ncon .pro_ul li .text {
    line-height: 35px;
    height: 35px;
    min-width: 160px;
    text-align: center;
}

.n_right .n_ncon .news_ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.n_right .n_ncon .news_ul li.one {
    height: 155px;
    border-bottom: #c2c2c2 dashed 1px;
    overflow: hidden;
}
.n_right .n_ncon .news_ul li.one .pic {
    width: 184px;
    height: 137px;
    display: block;
    padding: 2px;
    border: #d5d4d4;
    margin-right: 10px;
    float: left;
}
.n_right .n_ncon .news_ul li.one .text {
    height: 26px;
    font: bold 14px/26px simsun;
    margin-top: 25px;
    width: 555px;
    color: #333333;
    float: left;
}
.n_right .n_ncon .news_ul li.one .text:hover {
    color: #c7000b;
    text-decoration: none;
}
.n_right .n_ncon .news_ul li.one .tim {
    float: left;
    text-transform: uppercase;
    color: #999;
    height: 20px;
    line-height: 20px;
}
.n_right .n_ncon .news_ul li.one .text2 {
    float: left;
    width: 555px;
    line-height: 24px;
    color: #666666;
    padding-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.n_right .n_ncon .news_ul li {
    border-bottom: 1px dashed #dbd4cd;
    overflow: hidden;
    margin: 10px 0;
    list-style: none;
    visibility: visible;
    padding: 10px 0;
}
.n_right .n_ncon .news_ul li .listbox {
    margin-left: 130px;
    visibility: visible;
}
.n_right .n_ncon .news_ul li .listbox .articleid {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 140%;
}
.n_right .n_ncon .news_ul li .listbox .articleid a:hover {
    text-decoration: none;
}
.n_right .n_ncon .news_ul li .listbox .abstract {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.n_right .n_ncon .news_ul li .time {
    float: left;
    background: #1259b1;
    width: 60px;
    float: left;
    text-align: center;
    margin-left: 30px;
    color: #fff;
    color: #c9daf8;
}
.n_right .n_ncon .news_ul li .time .day {
    font-size: 24px;
    height: 41px;
    line-height: 41px;
}
.n_right .n_ncon .news_ul li .time .day_ym {
}

.pagesize {
    height: 30px;
    padding: 20px;
}
.pagesize .pagelist {
    text-align: center;
    line-height: 24px;
    color: #666666;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
.pagesize .pagelist li {
    display: inline-block;
    color: #666666;
    padding: 0 10px;
}
.pagesize .pagelist .pageinfo {
    color: #666666;
    padding: 0 0 0 10px;
}
.pagesize .pagelist select {
    display: inline-block;
    vertical-align: middle;
    border: #d1d1d1 solid 1px;
    background: #dcdcdc;
}
